home *** CD-ROM | disk | FTP | other *** search
- #
- # Hard Disk Tools #4
- #
- hdd4_menu:
- set textColor = color[white on black]
- clear
- set textColor = color[yellow on blue]
- print " ULTIMATE BOOT CD VER 3.3 "
- print " http://www.ultimatebootcd.com/ "
- print " "
- set textColor = color[white on red]
- print " [Hard Disk Tools 4/5] "
- set textColor = color[white on cyan]
- print " "
- set textColor = color[yellow on cyan]
- print " Hard Disk Device Management "
- set textColor = color[white on cyan]
- print " "
- set textColor = color[grey on cyan]
- print " -- IBM/Hitachi -- -- Seagate -- "
- set textColor = color[white on cyan]
- print " [F1] Feature Tool V1.97 [F2] UATA100 V3.06 "
- print " "
- set textColor = color[grey on cyan]
- print " -- Maxtor -- -- Western Digital -- "
- set textColor = color[white on cyan]
- print " [F3] AMSET V4.00 [F5] Ultra ATA Manager (June, 2003) "
- print " [F4] MAXLLF V1.1 "
- print " "
- set textColor = color[grey on cyan]
- print " -- Others -- "
- set textColor = color[white on cyan]
- print " [F6] ATA Password Tool V1.1 "
- print " [F7] SMARTUDM V2.00 "
- print " [F8] ATAINF V1.3 "
- print " "
- print " "
- print " "
- print " "
- print " "
- set textColor = color[white on blue]
- print " Left/right arrow key for previous/next screen. ESC returns to main menu. "
- set textColor = color[white on black]
-
- #
- # Actions
- #
- getkey
- clear
- if ($lastKey == key[f1]); then memdisk /images/ibmft.igz
- if ($lastKey == key[f2]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=uata100
- if ($lastKey == key[f3]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=amset
- if ($lastKey == key[f4]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=maxllf
- if ($lastKey == key[f5]); then memdisk /images/dlgudma.igz
- if ($lastKey == key[f6]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=atapwd
- if ($lastKey == key[f7]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=smartudm
- if ($lastKey == key[f8]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=atainf
- if ($lastKey == key[left]); then script hdd3.scn
- if ($lastKey == key[right]); then script hdd5.scn
- if ($lastKey == key[esc]); then script main.scn
- goto hdd4_menu
-
-